home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0312.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  1001 b   |  47 lines

  1.  
  2. Hello
  3.  
  4.  
  5. I joust downloaded the GUI extension one hour ago and it's fucking grait,
  6. but there is some thing that might stop my dream of using 32 or 64 colours
  7. in my Diskmag :(((
  8.  
  9. First of all, i dont understand this Public screen stuff, and when i display
  10. a 32 colour Hires picture with the Gui Extension it dont let me use for 
  11. example the Mouse zone command and many other commands in Amos.
  12. PLEAAAASE is there a way to get them to work with the public screen????
  13.  
  14. here is what i have comed up with so far:
  15.  
  16.  
  17. Gui Screen Open 1,640,256,32,Hires
  18. Reserve As Work 4,30000
  19. A$="Cool"
  20. Bload "Work:mu32colPic",4
  21. Gui Display Iff 4 To 1
  22. Gui Show Title 1,False
  23. Gui Writing 0
  24. Gui Text 10,30,A$
  25.  
  26.  
  27.  
  28.  
  29. I need to be able to do this things with the 32 col hires screen.
  30.  
  31. Fade it
  32. Set up zones on it 
  33. fade the picture from palette 0 to it's original colours
  34. Use screen display
  35. Use screen Copy
  36.  
  37. Is this possible to do with a 32 colour screen and the GUI extension????
  38. PLEEEEEEZ let it be!!!!!
  39.  
  40.  
  41. Thanx 
  42.  
  43. Morten Bolstad.
  44.  
  45.  
  46.  
  47.